crypto/tls.halfConn.version (field)

12 uses

	crypto/tls (current package)
		conn.go#L175: 	version uint16 // protocol version
		conn.go#L210: 	hc.version = version
		conn.go#L218: 	if hc.nextCipher == nil || hc.version == VersionTLS13 {
		conn.go#L271: 		if hc.version >= VersionTLS11 {
		conn.go#L349: 	if hc.version == VersionTLS13 && typ == recordTypeChangeCipherSpec {
		conn.go#L373: 			if hc.version == VersionTLS13 {
		conn.go#L411: 		if hc.version == VersionTLS13 {
		conn.go#L521: 		if hc.version == VersionTLS13 {
		handshake_client.go#L531: 	c.in.version = vers
		handshake_client.go#L532: 	c.out.version = vers
		handshake_server.go#L169: 	c.in.version = c.vers
		handshake_server.go#L170: 	c.out.version = c.vers